PDF4Java Reference Documentation
com.o2sol.pdf4java.core Package / PDFFile Class / extractPageOptionalContentGroup Method
The page to extract the optional content from.
The name of the optional content group to be extracted.
In This Topic
    extractPageOptionalContentGroup Method
    In This Topic
    Extracts the content of an optional content group.
    Syntax
    public PDFPageOptionalContent extractPageOptionalContentGroup( 
       int pageNumber,
       java.lang.String ocgName
    )

    Parameters

    pageNumber
    The page to extract the optional content from.
    ocgName
    The name of the optional content group to be extracted.

    Return Value

    The page optional content group in vector format.
    See Also